Login Demo

A typical login page used as the initial demonstration of TAME.

Authoring Information

  • Source File: Step 6 Write Detailed Directions.xlsx
  • Author: D. Harry Beast
  • Company: TAME
  • File Date: 5/17/2020 11:05:48 AM

1. Successful Login

Test
Start: I am on the login page
Conditions:
  • There is a user in good standing with ID gary@tametest.net
  • The user gary@tametest.net has password Test.123
Input:
Type "gary@tametest.net" into the User ID field
Type "Test.123" into the Password field
Event: Click the blue Log In button
Check:
The login is successful. I'm taken to the logged in homepage

2. Bad Login Error (User's Password=wrong password)

Test
Start: I am on the login page
Conditions:
  • There is a user in good standing with ID gary@tametest.net
  • The user gary@tametest.net does not have password Bad-456
Input:
Type "gary@tametest.net" into the User ID field
Type "Bad-456" into the Password field
Event: Click the blue Log In button
Check:
I am told that I can't log in

3. Bad Login Error (User=no user with this ID)

Test
Start: I am on the login page
Conditions:
  • There is no user with ID charlie@tametest.net
Input:
Type "charlie@tametest.net" into the User ID field
Type "Test.123" into the Password field
Event: Click the blue Log In button
Check:
I am told that I can't log in

4. User ID not email error

Test
Start: I am on the login page
Input:
Type "not_an_email" into the User ID field
Type "Test.123" into the Password field
Event: Click the blue Log In button
Check:
I am told the User ID is not in the form of an email address

5. Missing User ID Error

Test
Start: I am on the login page
Input:
Leave the User ID blank
Type "Test.123" into the Password field
Event: Click the blue Log In button
Check:
I am told the User ID is required

6. Missing Password Error

Test
Start: I am on the login page
Input:
Type "gary@tametest.net" into the User ID field
Leave the Password blank
Event: Click the blue Log In button
Check:
I am told the Password is required